You are here: FAQ > Optimizing Performance > Setting Cache Resources

Setting Cache Resources

Use the cache feature for FAP and PMET files if the number of these files is over 100. It will reduce the number of times the system has to open and close these files. Here is an example of where you set the cache:

< Control > 
CacheFAPFiles =100	(Default is 100)
RuleFilePool = 100	(Default is 100)							

Caching pre-compiled Metacode files (PMETs) has a big affect on the GenPrint program. Here is an example of where you can set the cache for pre-compiled Metacode files:

< PrtType:XER >
CacheFiles = 100	(Default is 100)
InitFunc = XERInit
TermFunc = XERTerm
Note   You must include the InitFunc and TermFunc options in the PrtType:XER control group to enable caching.